home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / flag2.zip / README.TXT < prev   
Text File  |  1992-08-14  |  648b  |  22 lines

  1. Flagger is a very simple program that will read in a source file, search for
  2. porting problems, and generate an output with new comments added.
  3.  
  4. The Flagger.Dat file contains a list of keys that will be searched for and an
  5. attach comment that will be written to the output file.
  6.  
  7. Output files contain the extension .FLG
  8.  
  9. Example use:
  10.  
  11.   FLagger MyApp.C
  12.  
  13. The file 'MyApp.Flg' now contains the commented input source.  If you wish
  14. just rename all '.C' (or .CPP) files to *.OLD and *.Flg files to *.C
  15. (or *.CPP).  For Example:
  16.  
  17.   Flagger *.c
  18.   ren *.c *.old
  19.   ren *.flg *.c
  20.  
  21. Please send any comments to Kent Cedola @CIS 72230,1451
  22.